Name: Shreyash Shrivastava
ID: 1001397477
Class: CSE 6363

Programming Language Used: Python 2.4 :: Anaconda, Inc.
--------------------------

----------------
CODE STRUCTURE
-----------------
FOR GaussianNB.py

Gaussian Naive Bayes implementation with three parameters

	How to Run:

	The program asks for three inputs, Height, Weight and Age separated with commas. 


	Command to run 
	______________
	
	python GaussianNB.py <height>,<weight>,<age>

- - - - - - - - - - - - - - - - - - - - - - - - - - - 

FOR GaussianNB_2.py

Gaussian Naive Bayes implementation with two parameters

	How to Run:

	The program asks for three inputs, Height, Weight separated with commas. 


	Command to run 
	______________
	
	python GaussianNB.py <height>,<weight>

- - - - - - - - - - - - - - - - - - - - - - - - - - - 

FOR KNN.py

KNN implementation with three parameters

	How to Run:

	The program asks for three inputs, Height, Weight and Age separated with commas. 


	Command to run 
	______________
	
	python KNN.py <height>,<weight>,<age>

- - - - - - - - - - - - - - - - - - - - - - - - - - - 

FOR KNN_2.py

KNN implementation with three parameters

	How to Run:

	The program asks for three inputs, Height, Weight and Age separated with commas. 


	Command to run 
	______________
	
	python KNN.py <height>,<weight>,<age>


- - - - - - - - - - - - - - - - - - - - - - - - - - - 

